home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / john / hc_resed / ResEdit IPS™ / card_13617.txt < prev    next >
Text File  |  1988-07-22  |  2KB  |  52 lines

  1. -- card: 13617 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2664
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=467 top=72 right=120 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1002 / 1002
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: #12
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   go to card id 15422
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=387 top=63 right=103 bottom=429
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: skip
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set lockScreen to true
  43.   go next card
  44.   go next card
  45.   set lockScreen to false
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 13
  51. ----- text -----
  52.   If you look at button example #12, you will see the info box for the existing icon.  Notice that the existing folder doesn't have a name and the ID number is, as is usual, different.  Looking at the attributes it is plain that both have the preload option checked, so in this case, we don't need to alter these (this time).  Preload means that if you eject the disk and this item isn't already loaded into memory, the Finder will read it off the disk and store it in RAM before it gives you the disk (that's one of the reasons why the Mac always fiddles with a disk before ejecting it).  A resource that is purgeable is one that a program is told it's OK to discard (from RAM) if it's not being used and the program needs the memory the resource is taking up.  OK... so now change the info dialog for the new icon to match that of the existing one (if you haven't done so already).  A hint here:  when you enter in the new ID number, do it last of all, and don't hit <TAB> or <RETURN>; just click in the go-away box.  If you don't make your changes this way, ResEdit has an annoying habit of changing the number on you!  Also, I don't know if blanking out the name for the icon makes any difference, but I do it anyway.  As a general rule in ResEdit, I try to make all changes complete in all respects.  I get fewer bombs that way.  After you have closed up both info boxes for the two icons, click on the icon for the file cabinet and then choose Copy from the Edit menu.